Guest User

Untitled

a guest
Mar 26th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. class YobaFactory: IYobaFactory
  2. {
  3.     public void CreateYoba(int index)
  4.     {
  5.          return new Yoba { Index = index };
  6.     }
  7. }
Add Comment
Please, Sign In to add comment