예제 #1
0
파일: Database.cs 프로젝트: tdkryger/APaF
 public bool UpdateGroup(GroupClass item)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Database.cs 프로젝트: tdkryger/APaF
 public GroupClass CreateGroup(GroupClass item)
 {
     throw new NotImplementedException();
 }