コード例 #1
0
ファイル: StoreBL.cs プロジェクト: bagantonyan/WpfTest
 public static void DeleteStore(long id)
 {
     StoreDL.DeleteStore(id);
 }