コード例 #1
0
 public MandatApiController1()
 {
     gm = new GestionMandats();
 }
コード例 #2
0
 public MandateController()
 {
     gm = new GestionMandats();
     ps = new ProjService();
     rs = new RessService();
 }
コード例 #3
0
 public MandateAPIController()
 {
     gm = new GestionMandats();
 }