Ejemplo n.º 1
0
 public bool AssignUserToQuoteElementType(int userId, int quoteElementTypeId, bool active)
 {
     _wrapper = new Wrapper(_connectionString);
     return(_wrapper.AssignUserToElementType(userId, quoteElementTypeId, active));
 }