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

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