예제 #1
0
파일: Class1.cs 프로젝트: BratusN/new
 public Task <Action> Update(Action entity)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Class1.cs 프로젝트: BratusN/new
 public Task <Action> CreateAsync(Action entity)
 {
     throw new NotImplementedException();
 }
예제 #3
0
파일: Class1.cs 프로젝트: BratusN/new
 public Task DeleteAsync(Action entity)
 {
     throw new NotImplementedException();
 }