public UserService(ForagerDBContext ctx) { this.ctx = ctx; //Roles: //"User" = Can controll own ToDos //"Admin" = Can controll all ToDos //SecurityLevel: //1 = Can view ToDos determined by Role //2 = Cam view, create and delete ToDos determined by Role }
public CompanyService(ForagerDBContext ctx) { this.ctx = ctx; }
public ReportService(ForagerDBContext ctx) { this.ctx = ctx; }
public ListingService(ForagerDBContext ctx) { this.ctx = ctx; }