Пример #1
0
 // GET: Depreciation
 public ActionResult Index()
 {
     ViewBag.Period   = IWSLookUp.GetDepreciationPeriods();
     ViewBag.Currency = IWSLookUp.GetCurrency();
     return(View());
 }