Esempio n. 1
0
 public FamilyController(IRelationService IRelationService, IFamilyDetailsService IFamilyDetailsService, IPersonalService IPersonalService, IUserService IUserService)
 {
     _IRelationService      = IRelationService;
     _relation              = new Master_Relation();
     _IFamilyDetailsService = IFamilyDetailsService;
     _employeeFamilyDetail  = new EmployeeFamilyDetail();
     _IPersonalService      = IPersonalService;
     this._IUserService     = IUserService;
 }
Esempio n. 2
0
 public bool Update(Master_Relation obj, string[] param, string spName)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public IEnumerable <Master_Relation> GetAll(Master_Relation obj, string[] param, string spName)
 {
     return(_IRelationRepository.GetAll(obj, param, spName));
 }