示例#1
0
 public AccountService(ISDPContext context) : base(context)
 {
 }
示例#2
0
 public SchoolService(ISDPContext context) : base(context)
 {
     //this._accountService = accountService;
 }
示例#3
0
 public ServiceBase(ISDPContext context)
 {
     this.CurrentContext = context;
 }