コード例 #1
0
 public ProviderService(simsContext simsContext)
 {
     _simsContext = simsContext;
 }
コード例 #2
0
ファイル: EmployeesController.cs プロジェクト: mroashan/SIMS
 public EmployeesController(simsContext context)
 {
     _context = context;
 }