Esempio n. 1
0
 public Task <IEnumerable <Business.Core.System> > Get(Business.Core.System element)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Task <Business.Core.System> Update(Business.Core.System element)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public Task <bool> Exist(Business.Core.System element)
 {
     throw new NotImplementedException();
 }