Ejemplo n.º 1
0
 public bool ChangeStatus(int invId, string status)
 {
     return(invRepo.ChangeStatus(invId, status));
 }