Beispiel #1
0
 public ServiceProviderModel()
 {
     Activetab      = "tab-1";
     Organization   = new OrganizationModel();
     ContactPersons = new List <OtherContactPersonModel>();
     BankDetails    = new List <BankDetailModel>();
     Bank           = new BankDetailModel();
     Contact        = new OtherContactPersonModel();
     Services       = new List <ServiceOfferedModel>();
     Service        = new ServiceOfferedModel();
 }
Beispiel #2
0
 public ClientModel()
 {
     Activetab      = "tab-1";
     Organization   = new OrganizationModel();
     ContactPersons = new List <OtherContactPersonModel>();
     BankDetails    = new List <BankDetailModel>();
     Bank           = new BankDetailModel();
     Contact        = new OtherContactPersonModel();
     Services       = new List <ServiceModel>();
     Service        = new ServiceViewModel();
 }