示例#1
0
文件: Database.cs 项目: tdkryger/APaF
 public bool UpdatePicture(Picture item)
 {
     throw new NotImplementedException();
 }
示例#2
0
文件: Database.cs 项目: tdkryger/APaF
 public Picture CreatePicture(Picture item)
 {
     throw new NotImplementedException();
 }