Пример #1
0
 public string GetFoo(GeneratorTestDummy a, string b, int c)
 {
     throw new NotSupportedException();
 }
 public string GetFoo(GeneratorTestDummy a, string b)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Task <string> GetFooAsync(GeneratorTestDummy a, string b, int c)
 {
     throw new NotSupportedException();
 }
 public Task <string> GetFooAsync(GeneratorTestDummy a, string b)
 {
     throw new NotImplementedException();
 }