Ejemplo n.º 1
0
 public CompanyService(MyAppSettings appSettings, CautionemContext cautionemContext)
 {
     this.myAppSettings    = appSettings;
     this.cautionemContext = cautionemContext;
 }
 public PaymentTypeService(MyAppSettings appSettings, CautionemContext cautionemContext)
 {
     this.myAppSettings    = appSettings;
     this.cautionemContext = cautionemContext;
 }