예제 #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();
 }