Exemplo n.º 1
0
 public NotificationServices(CelebrationRegister_Context db)
 {
     this.db = db;
 }
Exemplo n.º 2
0
 public SettingServices(CelebrationRegister_Context db)
 {
     this.db = db;
 }
Exemplo n.º 3
0
 public PermissionServices(CelebrationRegister_Context db)
 {
     this.db = db;
 }
Exemplo n.º 4
0
 public UserServices(CelebrationRegister_Context db)
 {
     this.db = db;
 }