Example #1
0
 public void Initialize()
 {
     objRepo = new TallerRepository();
 }
Example #2
0
 public TallerManager()
 {
     _tallerRepository = new TallerRepository();
 }