コード例 #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 List <MainOfficeType> GetListAll()
 {
     return(mainOfficeTypeDb.GetListAll());
 }