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