Example #1
0
 public async Task <object> Find(int ID)
 {
     return(await _phieuNhapKhoRepo.GetByIdAsync(ID));
 }