コード例 #1
0
ファイル: LocalService.cs プロジェクト: rodrigo2309/Accounts
 public LocalService(AccountWebMVCContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ReleasesRecordService(AccountWebMVCContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: TipoService.cs プロジェクト: rodrigo2309/Accounts
 public TipoService(AccountWebMVCContext context)
 {
     _context = context;
 }