コード例 #1
0
 public static bool InsertPopedom(string adminid, List <M_Popedom> popedom)
 {
     return(D_Popedom.InsertPopedom(adminid, popedom));
 }