Exemple #1
0
 public bool Agregar(Sucursal obj)
 {
     return(_iSucursalService.Agregar(obj));
 }