Esempio n. 1
0
 public async Task <object> Find(int ID)
 {
     return(await _nhaCungCapRepo.GetByIdAsync(ID));
 }