Ejemplo n.º 1
0
 public UserService(IUserEntity entity, IUser_GroupEntity group, IProvinceEntity province, IUser_Role_ModuleEntity user,
     IExamineeEntity examinee)
 {
     this.entity = entity;
        this.Group = group;
        this.menuprovince = province;
        this.userrole = user ;
        this.examinee = examinee;
 }
 public User_Role_ModuleService(IUser_Role_ModuleEntity entity, IModuleEntity _module)
 {
     this.entity = entity;
        this.module = _module;
 }