コード例 #1
0
 public PecuaristaAppService(IPecuaristaService PecuaristaService)
     : base(PecuaristaService)
 {
     _PecuaristaService = PecuaristaService;
 }
コード例 #2
0
 public PecuaristaApplication(IPecuaristaService pecuaristaService)
     : base(pecuaristaService)
 {
     _pecuaristaService = pecuaristaService;
 }