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