This commit is contained in:
2020-05-18 16:38:28 +00:00
parent 07390b6a31
commit a5832cefba
4 changed files with 12 additions and 10 deletions

View File

@@ -141,8 +141,7 @@ namespace AyaNova.Biz
/// <param name="ct"></param>
/// <returns></returns>
internal static async Task<OpsJob> AddJobAsync(OpsJob newJob, AyContext ct)
{
//TODO: Does this need to create an event so we know which user created the job?
{
await ct.OpsJob.AddAsync(newJob);
await ct.SaveChangesAsync();
return newJob;