public dsRateclass RatingClasslookup(LookUpType type) { dsRateclass ret = null; try { var dataAccess = new LookUpDataAccess(); ret = dataAccess.RatingClasslookup(type); } catch (Exception) { //TODO: Exception handling outstanding throw; } return ret; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)