public ReportingPeriodsController(CommentaryContext context)
 {
     _context = context;
 }
 public CustomersController(CommentaryContext context)
 {
     _context = context;
 }
 public UsersController(CommentaryContext context)
 {
     _context = context;
 }
 public CBSController(CommentaryContext context)
 {
     _context = context;
 }
Example #5
0
 public ContractsController(CommentaryContext context)
 {
     _context = context;
 }
 public ProjectsController(CommentaryContext context)
 {
     _context = context;
 }
 public ReportingItemsController(CommentaryContext context)
 {
     _context = context;
 }
 public ContractReportingItemController(CommentaryContext context)
 {
     _context = context;
 }