Ejemplo n.º 1
0
 public async Task <Cashier> GetCashier(string cashierId)
 {
     return(await _cashierRepository.GetCashier(cashierId));
 }