This commit is contained in:
2021-07-01 18:50:45 +00:00
parent a18498b88c
commit cd1c2b9fed
3 changed files with 42 additions and 2 deletions

View File

@@ -557,6 +557,20 @@ namespace AyaNova.Biz
}
// ////////////////////////////////////////////////////////////////////////////////////////////////
// //GET WORKORDER ID FOR WORK ORDER NUMBER
// //
// internal static async Task<long> GetWorkOrderIdForNumberAsync(long woNumber, AyContext ct)
// {
// return await ct.WorkOrder.AsNoTracking()
// .Where(z => z.Serial == woNumber)
// .Select(z => z.Id)
// .SingleOrDefaultAsync();
// }
////////////////////////////////////////////////////////////////////////////////////////////////
//SEARCH
//