Exemplo n.º 1
0
 public AlbumService(MediaStudioContext context, CloudServiceManager cloudManager)
 {
     postgres = context;
     bulder   = new AlbumBulder(context, cloudManager);
 }
Exemplo n.º 2
0
 public AccountService(MediaStudioContext context, IConfiguration Configuration)
 {
     postgres           = context;
     this.Configuration = Configuration;
 }