コード例 #1
0
ファイル: SettingService.cs プロジェクト: citsole/citaccount
 public SettingService(citaccountContext db)
 {
     _db = db;
 }
コード例 #2
0
 public TransectionService(citaccountContext db)
 {
     _db = db;
 }