/// <summary> /// This method is for view the total costs by engineer view /// </summary> public IList <TotalCostsByEngineerModel> TotalCostsByEngineerView() { IList <TotalCostsByEngineerModel> viewList = new List <TotalCostsByEngineerModel>(); viewList = reportDao.TotalCostsByEngineerView(); return(viewList); }