Exemple #1
0
 public SettingService(citaccountContext db)
 {
     _db = db;
 }
 public TransectionService(citaccountContext db)
 {
     _db = db;
 }