示例#1
0
 public UserService(UserCenterContext context)
 {
     this.Db = context;
 }
 public GroupService(UserCenterContext context)
 {
     this.Db = context;
 }
示例#3
0
 public AppInfoService(UserCenterContext context)
 {
     this.Db = context;
 }