コード例 #1
0
 internal static List <MachineRecord> GetOtherReports(string serial_number)
 {
     return(MongoTB.GetOtherReports(serial_number));
 }
コード例 #2
0
 internal async static Task <List <MachineRecord> > GetAllReportsAsync(MongoTB.RecordsCollection collection = MongoTB.RecordsCollection.Normal)
 {
     return(await Task.Run(() => MongoTB.GetAllReports(collection)));
 }
コード例 #3
0
 internal static List <MachineRecord> GetAllReports(MongoTB.RecordsCollection collection)
 {
     return(MongoTB.GetAllReports(collection));
 }