예제 #1
0
 /// <summary>
 /// Initialize a new instance if the <see cref="ArtObjectService"/> class.
 /// </summary>
 /// <param name="context"></param>
 public ArtObjectService(ArtMapDbContext context)
 {
     this.context = context;
 }
예제 #2
0
 public RequestService(ArtMapDbContext context)
 {
     this.context = context;
 }
예제 #3
0
 public AccountService(ArtMapDbContext context)
 {
     this.context = context;
 }
예제 #4
0
 public PhotoService(ArtMapDbContext context)
 {
     this.context = context;
 }