clean up for mailing
This commit is contained in:
parent
acdec2b6f7
commit
72bf0f458d
14 changed files with 2934 additions and 116 deletions
|
|
@ -88,8 +88,6 @@ namespace Yavsc.Controllers
|
|||
[HttpPost]
|
||||
public async Task<IActionResult> PostMailingTemplate([FromBody] MailingTemplate mailingTemplate)
|
||||
{
|
||||
mailingTemplate.ManagerId = User.GetUserId();
|
||||
|
||||
if (!ModelState.IsValid)
|
||||
{
|
||||
return HttpBadRequest(ModelState);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue