예제 #1
0
		public void Update(SysLoginUser model)
		{
			Execute(SqlUpdateCommand, model);
		}
예제 #2
0
		public void Insert(SysLoginUser model)
		{
			Execute(SqlInsertCommand, model);
		}