add v2 lib

This commit is contained in:
Aleksey Chichenkov 2018-09-19 14:49:06 +03:00
parent d666a13d72
commit 8ca929c8e5
18 changed files with 252 additions and 15 deletions

View file

@ -0,0 +1,21 @@
/**
* Менеджер тип групп.<br>
*
* @manager
* @namespace GroupTypes
*/
function GroupTypes() {
/**
* Вернет ссылку на Тип группы.
*
* @public
* @function get
* @memberof GroupTypes
* @param {v2.model_type} groupType Адрес модели
* @returns {tools.promise}
*/
this.get = function (_groupType) {
};
}