Example #1
0
 public ResponseService()
 {
     this.db = new TrandingCompanyContext();
 }
Example #2
0
 public UserService()
 {
     this.db = new TrandingCompanyContext();
 }
Example #3
0
 public CategoryService()
 {
     this.db = new TrandingCompanyContext();
 }