예제 #1
0
 bool ISettingAdmin.Delete(Guid tenantId, Guid settingId)
 {
     return(_dataSetting.Delete(tenantId, settingId));
 }