Example #1
0
 public CoveringTypeDal(InsurancesContext context)
 {
     this.context = context;
 }
Example #2
0
 public ClientDal(InsurancesContext context)
 {
     this.context = context;
 }
Example #3
0
 public PolicyDal(InsurancesContext context)
 {
     this.context = context;
 }