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