예제 #1
0
 public IList<tb_UserType> GetAllUserType()
 {
     _repository = new UserTypeRepository();
     return _repository.GetAllUserType();
 }