コード例 #1
0
 public GroupCollocationController()
 {
     D       = new DiscutionServices();
     G       = new GroupColloServices();
     context = new ApplicationDbContext();
     us      = new UserService();
 }