Ejemplo n.º 1
0
 public static GoodsController GetInstance()
 {
     if (ThisItem == null)
     {
         ThisItem = new GoodsController();
     }
     return(ThisItem);
 }