コード例 #1
0
 public Task <IEnumerable <Business.Core.System> > Get(Business.Core.System element)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Task <Business.Core.System> Update(Business.Core.System element)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public Task <bool> Exist(Business.Core.System element)
 {
     throw new NotImplementedException();
 }