Beispiel #1
0
 public RepositoryLogin(EntityPictureManager entity)
 {
     this.entity = entity;
 }
 public RepositoryPartner(EntityPictureManager entity)
 {
     this.entity = entity;
 }
Beispiel #3
0
 public RepositoryComision(EntityPictureManager entity)
 {
     this.entity = entity;
 }
Beispiel #4
0
 public RepositoryWork(EntityPictureManager entity)
 {
     this.entity = entity;
 }
Beispiel #5
0
 public RepositoryPhoto(EntityPictureManager entity)
 {
     this.entity = entity;
 }