コード例 #1
0
 public StateMasterService(EkatmERPContext ctx)
 {
     this.ctx = ctx;
 }
コード例 #2
0
 /// <summary>
 /// Inject the DbContext in the Service
 /// The Instance of EkatmERPContext will be injected from DI Container
 /// from COnfigureServices() method of Startu.cs
 /// </summary>
 public UserMasterService(EkatmERPContext ctx)
 {
     this.ctx = ctx;
 }