Esempio n. 1
0
 public Task <Int32> CreateAsync(PolicyRole newRole)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Task <Int32> CreateAsync(PolicyRole newRole)
 {
     return(_inner.CreateAsync(newRole));
 }