Esempio n. 1
0
 public Models.Task CreateBuilding(int WorkerID, FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public FactoryType GetFactoryType(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public Task <Ingredient[]> GetIngredientsAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public Task <Product[]> GetProductsAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public Task <Material[]> GetMaterialsAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public Task <FactoryType> GetFactoryTypeAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public Product[] GetProducts(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public Material[] GetMaterials(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public Ingredient[] GetIngredients(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }