Beispiel #1
0
 public async Task <List <LookupModel> > GetAllCancelationReasons()
 {
     return(await lookupService.GetAllCancelationReasons());
 }