Esempio n. 1
0
 public async Task <IEnumerable <AccountLineTypes> > GetAllAsync()
 {
     return(await _masterDataRepository.GetAllAsync());
 }