Exemple #1
0
 public ForensicService()
 {
     contService = new CrudGenericService <ForensicContact>();
     smsService  = new CrudGenericService <ForensicSMS>();
 }
 public CommunRecordService()
 {
     commCrud = new CrudGenericService <CommunRecord>();
 }
Exemple #3
0
 public FeatureService()
 {
     roleSrv = new RoleService();
     rfSrv   = new CrudGenericService <RoleFeature>();
 }
Exemple #4
0
 public RoleService()
 {
     srv = new CrudGenericService <RoleMember>();
 }