Beispiel #1
0
 public async Task <List <LineItem> > GetLineAllByID(string strID)
 {
     return(await lineRepo.GetLineDetailByID(strID));
 }