Пример #1
0
 public SearchService(IUserEntity entity,IProductEntity product, ICategoryEntity category, IArticleEntity articel, IManufacturerEntity fac, IExamineeEntity exc )
 {
     this.entity = entity;
        this.Productentity = product;
        this.Categoryenity = category;
        this.Articelenity = articel;
        this.ManuFacenity = fac;
        this.ExamineeEntity = exc;
 }
Пример #2
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 ExamineeService(IExamineeEntity entity,IUserEntity user, IPictureExamEntity pic)
 {
     this.entity = entity;
        this.user = user;
        this.pictureexam = pic;
 }