예제 #1
0
파일: LineService.cs 프로젝트: vinodkca/MMS
 public async Task <List <LineItem> > GetLineAll()
 {
     return(await lineRepo.GetLineAll());
 }