예제 #1
0
 public GroupsController()
 {
     _IGroupBLL = new GroupBLL();
 }
 public GroupsController()
 {
     this.groupBLL = new GroupBLL(new Repository());
 }