예제 #1
0
 public Task AddEntries(int id, List <InsertEntry> entries)
 {
     return(_dataService.AddEntries(id, entries));
 }