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