Ejemplo n.º 1
0
 public string GetFoo(GeneratorTestDummy a, string b, int c)
 {
     throw new NotSupportedException();
 }
 public string GetFoo(GeneratorTestDummy a, string b)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 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();
 }