예제 #1
0
 public UserType AddUpdateUserType(UserType userType)
 {
     _wrapper = new Wrapper(_connectionString);
     return(_wrapper.AddUpdateUserType(userType));
 }