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