Пример #1
0
 public Task <Int32> CreateAsync(PolicyRole newRole)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Task <Int32> CreateAsync(PolicyRole newRole)
 {
     return(_inner.CreateAsync(newRole));
 }