Ejemplo n.º 1
0
 public async Task <Unit> GetUnitByIdAsync(int unitId)
 {
     return(await _unitsRepository.GetByIdAsync(unitId));
 }