Example #1
0
 public SQLEmployeeRepository(AppDdContext dbContex)
 {
     this.dbContext = dbContex;
 }
 public SQLCommentRepository(AppDdContext appDdContext)
 {
     this.appDdContext = appDdContext;
 }