コード例 #1
0
 public bool dispose()
 {
     var db = new ProductContext();
     db.Dispose();
     return true;
 }