Exemplo n.º 1
0
 public bool Add(USERP uSERP)
 {
     return(_uSERRepository.Add(uSERP) > 0);
 }