コード例 #1
0
 // This fuction does not contain any business logic, it simply returns the
 // list of mainOfficeTypes, we can put some logic here if needed
 public MainOfficeType GetDetails(int mainOfficeTypeID)
 {
     return(mainOfficeTypeDb.GetDetails(mainOfficeTypeID));
 }