示例#1
0
 public ProjectUserBL()
 {
     _repo = new ProjectUserRepo();
 }
 public ProjectUsersController()
 {
     _puRepo = new ProjectUserRepo();
 }