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