//private ChurchAnalytics _analytics = new ChurchAnalytics();
 public BioDepPositionController(IBio_Dep_Pos_Services bio_dep_pos_services
                                 , IBiodataRepositoryService biodataservice
                                 , IDepartmentService departmentservice
                                 , IPositionService positionservice)
 {
     _bio_dep_pos_services = bio_dep_pos_services;
     _biodataservice       = biodataservice;
     _departmentservice    = departmentservice;
     _positionservice      = positionservice;
 }
Esempio n. 2
0
 public MemberBiodataController(IBiodataRepositoryService biodataservice)
 {
     _biodataservice = biodataservice;
 }