예제 #1
0
 public async Task <IEnumerable <TransMiscellaneousForListModel> > Billing_TransMiscellaneous_List(int timeTrackerID)
 {
     return(await _repo.Billing_TransMiscellaneous_List(timeTrackerID));
 }