예제 #1
0
 public Task <IList <PolicyLinePlus> > GetPolicyLines(int id)
 {
     return(_repo.GetPolicyLines(id));
 }