Пример #1
0
 public bool Agregar(Banco obj)
 {
     return(_IBancoRepository.Agregar(obj));
 }