Exemplo n.º 1
0
 public async Task <ATM> InsertAtm(ATM Atm)
 {
     try
     {
         return(await _atmRepository.InsertAtm(Atm));
     }
     catch (Exception)
     {
         throw;
     }
 }