Пример #1
0
 public IEnumerable <CostClone> GetCostByInstanceId(int instanceId, string username)
 {
     return(Costs.GetCostByInstanceId(instanceId, username));
     //return Costs.GetAll();
     //return new string[] { "value1", "value2" };
 }