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