コード例 #1
0
 public ProyectController(IProyectService proyect)
 {
     _proyect = proyect;
 }