コード例 #1
0
 public AracController(IAracService x, IFaturaService y)
 {
     aracServis   = x;
     faturaServis = y;
 }