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; }
public bool Update(Master_Relation obj, string[] param, string spName) { throw new NotImplementedException(); }
public IEnumerable <Master_Relation> GetAll(Master_Relation obj, string[] param, string spName) { return(_IRelationRepository.GetAll(obj, param, spName)); }