Ejemplo n.º 1
0
 public Sucursal ListarPorId(Sucursal obj)
 {
     return(_iSucursalService.ListarPorId(obj));
 }