public Result MethodWorkingWithCats(int somearg, ICatProvider kitty)
 {
     reuturn DoSoemThing(this, somearg, kitty)
 }
Example #2
0
 public CatCashingProvider(ICatProvider provider)
 {
     m_provider = provider;
 }