コード例 #1
0
 public UserManager()
 {
     context  = TypesContainer.GetContext();
     userRepo = TypesContainer.GetRepository <User>();
 }
コード例 #2
0
 public VehicleManager()
 {
     context = TypesContainer.GetContext();
     repo    = TypesContainer.GetRepository <Vehicle>();
 }