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