Exemple #1
0
 public bool Update(USERP uSERP)
 {
     return(_uSERRepository.Update(uSERP) > 0);
 }