コード例 #1
0
 public static AllStaffs GetStaffs()
 {
     if (allStaffs == null)
     {
         allStaffs = new AllStaffs();
     }
     return(allStaffs);
 }
コード例 #2
0
 public static AllStaffs GetStaffs()
 {
     if (allStaffs == null)
         allStaffs = new AllStaffs();
     return allStaffs;
 }