This commit is contained in:
@@ -142,6 +142,7 @@ namespace AyaNova.Biz
|
||||
/// <returns></returns>
|
||||
internal static OpsJob AddJob(OpsJob newJob, AyContext ct)
|
||||
{
|
||||
//TODO: Does this need to create an event so we know which user created the job?
|
||||
ct.OpsJob.Add(newJob);
|
||||
ct.SaveChanges();
|
||||
return newJob;
|
||||
|
||||
Reference in New Issue
Block a user